home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TDLG2FILEACTIONMIN / TDLG2FILEACTIONMIN.txt
Text File  |  1996-12-31  |  1KB  |  72 lines

  1. object DLG2FILEACTIONMIN: TDLG2FILEACTIONMIN
  2.   Left = 337
  3.   Top = 287
  4.   Width = 455
  5.   Height = 169
  6.   HelpContext = 1
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   Caption = 'Action'
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   PixelsPerInch = 96
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   TextHeight = 13
  20.   object Action: TLabel
  21.     Left = 99
  22.     Top = 6
  23.     Width = 248
  24.     Height = 16
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     WordWrap = True
  28.   end
  29.   object TextField: TLabel
  30.     Left = 7
  31.     Top = 25
  32.     Width = 500
  33.     Height = 30
  34.     AutoSize = False
  35.     WordWrap = True
  36.   end
  37.   object CancelButton: TButton
  38.     Tag = 4002
  39.     Left = 174
  40.     Top = 116
  41.     Width = 100
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     Default = True
  46.     TabOrder = 0
  47.     OnClick = CancelButtonClick
  48.   end
  49.   object SecondPercentBar: TPercentPanel
  50.     Left = 23
  51.     Top = 88
  52.     Width = 401
  53.     Height = 24
  54.     BevelOuter = bvLowered
  55.     TabOrder = 2
  56.     Percent = 0
  57.   end
  58.   object PercentBar: TPercentPanel
  59.     Left = 23
  60.     Top = 60
  61.     Width = 401
  62.     Height = 24
  63.     BevelOuter = bvLowered
  64.     TabOrder = 1
  65.     Percent = 0
  66.   end
  67.   object Translate1: TTranslate
  68.     Left = 8
  69.     Top = 112
  70.   end
  71. end
  72.